xen.git
20 years agomerge?
fred@xuni-t01.sc.intel.com [Sat, 20 Aug 2005 04:45:43 +0000 (20:45 -0800)]
merge?

20 years agoarch_serial_putc is not required any more.
kevin@localhost.localdomain [Tue, 16 Aug 2005 01:00:21 +0000 (09:00 +0800)]
arch_serial_putc is not required any more.

Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoput back cpu_user_reg patch done in Intel-5979
fred@xuni-t01.sc.intel.com [Mon, 15 Aug 2005 21:06:03 +0000 (13:06 -0800)]
put back cpu_user_reg patch done in Intel-5979

20 years agoRemoving KR to PER CPU memory.
ydong@localhost.localdomain [Mon, 15 Aug 2005 06:52:20 +0000 (14:52 +0800)]
Removing KR to PER CPU memory.
signed-off-by Eddie(Eddie.dong@intel.com)

20 years agoReplace Xen_regs with cpu_users_regs to match upstream
fred@xuni-t01.sc.intel.com [Fri, 12 Aug 2005 23:08:58 +0000 (15:08 -0800)]
Replace Xen_regs with cpu_users_regs to match upstream

20 years agoRemove misaddressing of cpu_info in PERCPU data
ydong@localhost.localdomain [Fri, 12 Aug 2005 03:16:25 +0000 (11:16 +0800)]
Remove misaddressing of cpu_info in PERCPU data

signed-off-by Eddie dong <eddie.dong@intel.com>

20 years agotest
kevin@localhost.localdomain [Thu, 11 Aug 2005 09:47:31 +0000 (17:47 +0800)]
test

20 years agoAccomodate ia64-xenolinux change where xen-public is symlinked to
fred@xuni-t01.sc.intel.com [Tue, 9 Aug 2005 10:32:52 +0000 (02:32 -0800)]
Accomodate ia64-xenolinux change where xen-public is symlinked to
xen source now.

Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoCONFIG_VTI build fixes.
adsharma@xuni-t01.sc.intel.com [Mon, 8 Aug 2005 21:20:33 +0000 (13:20 -0800)]
CONFIG_VTI build fixes.

Signed-off-by: Arun Sharma <arun.sharma@intel.com>
20 years agoMerge after removing dependency on linux-2.6.11 source tree
djm@kirby.fc.hp.com [Mon, 8 Aug 2005 19:21:23 +0000 (12:21 -0700)]
Merge after removing dependency on linux-2.6.11 source tree

20 years agoMerge
adsharma@los-vmm.sc.intel.com [Mon, 8 Aug 2005 18:26:44 +0000 (10:26 -0800)]
Merge

20 years agoMove copy+patched files to linux-xen directory.
adsharma@xuni-t01.sc.intel.com [Wed, 3 Aug 2005 00:25:11 +0000 (16:25 -0800)]
Move copy+patched files to linux-xen directory.

Signed-off-by: Arun Sharma <arun.sharma@intel.com>
20 years agoWe no longer need linux sources to build xen.
adsharma@xuni-t01.sc.intel.com [Tue, 2 Aug 2005 23:59:09 +0000 (15:59 -0800)]
We no longer need linux sources to build xen.

Signed-off-by: Arun Sharma <arun.sharma@intel.com>
20 years agoFix CONFIG_VTI build
djm@kirby.fc.hp.com [Tue, 2 Aug 2005 22:38:45 +0000 (15:38 -0700)]
Fix CONFIG_VTI build
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
20 years agoMerging with xen-unstable
djm@kirby.fc.hp.com [Tue, 2 Aug 2005 17:20:46 +0000 (10:20 -0700)]
Merging with xen-unstable

20 years agoBetter XenLinux page fault debug output for PAE.
kaf24@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 16:11:31 +0000 (16:11 +0000)]
Better XenLinux page fault debug output for PAE.
Signed-off-by: Keir Fraser <keir@xensource.com>
20 years agoFixes.
smh22@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 15:42:06 +0000 (15:42 +0000)]
Fixes.

20 years agoA few consoled tweaks. It's not worth building by default
kaf24@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 14:51:06 +0000 (14:51 +0000)]
A few consoled tweaks. It's not worth building by default
right now as it isn;t actually used.

20 years agoRemove some binary files.
kaf24@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 12:37:37 +0000 (12:37 +0000)]
Remove some binary files.

20 years agoThis is the first patch to move the console code out of Xend and into a
kaf24@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 12:18:47 +0000 (12:18 +0000)]
This is the first patch to move the console code out of Xend and into a
separate daemon.  In this patch I've included the daemon and a
front-end.  I've also have the console code removed from Xend locally
but I wanted to clarify a few things first before submitting that.

Here's how it works:

1) Daemon sits on control channel (via xcs) waiting for console messages
2) Buffers all console data received
3) Publishes the location of a tty that can be used for reading in
/console/<domid>/tty
4) Reads a value from the store to determine what the limit of console
data should be (/console/<domid>/limit) to prevent DoS attacks

Using it is quite simple, just run consoled and use the xc_console
program to connect to the console.  It uses syslog for logging.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
20 years agoThis is the first patch to move the console code out of Xend and into a
kaf24@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 12:18:15 +0000 (12:18 +0000)]
This is the first patch to move the console code out of Xend and into a
separate daemon.  In this patch I've included the daemon and a
front-end.  I've also have the console code removed from Xend locally
but I wanted to clarify a few things first before submitting that.

Here's how it works:

1) Daemon sits on control channel (via xcs) waiting for console messages
2) Buffers all console data received
3) Publishes the location of a tty that can be used for reading in
/console/<domid>/tty
4) Reads a value from the store to determine what the limit of console
data should be (/console/<domid>/limit) to prevent DoS attacks

Using it is quite simple, just run consoled and use the xc_console
program to connect to the console.  It uses syslog for logging.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
20 years agoManual merge.
smh22@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 11:35:45 +0000 (11:35 +0000)]
Manual merge.

20 years agoDisable build of pygrub for now - does not build with e2fsprogs-1.35
smh22@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 11:34:38 +0000 (11:34 +0000)]
Disable build of pygrub for now - does not build with e2fsprogs-1.35

Signed-off-by: Steven Hand <steven@xensource.com>
20 years agoFix typo in pygrub code
smh22@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 11:27:58 +0000 (11:27 +0000)]
Fix typo in pygrub code

20 years agoThe attached patch converts the balloon driver and xend to use
kaf24@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 11:21:11 +0000 (11:21 +0000)]
The attached patch converts the balloon driver and xend to use
xenstore instead of control messages.

Note: Because there is no way to set a watch on a non-existent key,
this patch includes a workaround to account for the fact that dom0's
store keys are not initialized by the tools before it boots.

Signed-off-by: Dan Smith <danms@us.ibm.com>
20 years ago> to "CONFIG_PAGING_LEVELS >= 3", maybe I forgot to include some
kaf24@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 11:20:12 +0000 (11:20 +0000)]
> to "CONFIG_PAGING_LEVELS >= 3", maybe I forgot to include some
> into the patch ...

Yep, I did, shadow_public.c bits are missing, sorry for trouble.

  Gerd

20 years agoMissing ia64_stubs file for libxc.
kaf24@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 11:08:47 +0000 (11:08 +0000)]
Missing ia64_stubs file for libxc.

20 years agoFix calling point for do_softirq, which should only be checked
fred@xuni-t01.sc.intel.com [Tue, 2 Aug 2005 10:47:41 +0000 (02:47 -0800)]
Fix calling point for do_softirq, which should only be checked
at the very point back to guest domain. Or else unexpected domain
switch may happen in nested interrupt in Xen.

Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoRemainder of ACM patch (hgrrrr).
smh22@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 10:15:17 +0000 (10:15 +0000)]
Remainder of ACM patch (hgrrrr).

Signed-off-by: Reiner Sailer <sailer@watson.ibm.com>
Signed-off-by: Steven Hand <steven@xensource.com>
20 years agoFix compilation issue, and then VTI dom0 is up again.
fred@xuni-t01.sc.intel.com [Tue, 2 Aug 2005 10:13:02 +0000 (02:13 -0800)]
Fix compilation issue, and then VTI dom0 is up again.

Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoFinal set of HV change to support multiple domains on VTI.
fred@xuni-t01.sc.intel.com [Tue, 2 Aug 2005 10:11:41 +0000 (02:11 -0800)]
Final set of HV change to support multiple domains on VTI.

Signed-off-by Anthony Xu <anthony.xu@intel.com>
Signed-off-by Eddie Dong <eddie.dong@intel.com>
Signed-off-by Fred Yang <fred.yang@intel.com>
Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoAdd hypercall continuation support, or else dom_mem_op may fail.
fred@xuni-t01.sc.intel.com [Tue, 2 Aug 2005 10:09:24 +0000 (02:09 -0800)]
Add hypercall continuation support, or else dom_mem_op may fail.

Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoDisallow reprogram_ac_timer to change itm, since there's only one
fred@xuni-t01.sc.intel.com [Tue, 2 Aug 2005 10:08:00 +0000 (02:08 -0800)]
Disallow reprogram_ac_timer to change itm, since there's only one
hardware timer source on IA64.

Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoAdd copyright info.
fred@xuni-t01.sc.intel.com [Tue, 2 Aug 2005 10:05:50 +0000 (02:05 -0800)]
Add copyright info.

Signed-off-by Ke Yu <ke.yu@intel.com>
Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoThe patches below clean-up sHype-related file names in the tools subtree
smh22@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 09:37:00 +0000 (09:37 +0000)]
The patches below clean-up sHype-related file names  in the tools subtree
and security policy-versioning and data structures in the xen subtree
(ACM):

 *  the very generic tools directory name "policy"  is changed to
    "security" and the included "policy_tool" to "secpol_tool"

 * the single constant POLICY_INTERFACE_VERSION is replaced
   by ACM_INTERFACE_VERSION; the security policy headers are
   versioned independently since the policy can be supplied
   at boot time instead of through the  hypervisor interface

Signed-off-by: Reiner Sailer <sailer@watson.ibm.com>
Signed-off-by: Steven Hand <steven@xensource.com>
20 years agoThe attached patch adds the support that was only stubbed in to be able
smh22@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 09:31:47 +0000 (09:31 +0000)]
The attached patch adds the support that was only stubbed in to be able
to support having reading the boot loader config when you're using a
whole disk (eg, file:/root/disk.img,xvda,w) as opposed to just a
partition.

This reads the partition table in the MBR to find the active partition
and then passes that offset down into the filesystem reading code.

Signed-off-by: Jeremy Katz <katzj@redhat.com>
20 years ago* support proper scsi disk name
smh22@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 09:29:56 +0000 (09:29 +0000)]
* support proper scsi disk name
* xvd now has an official lanana assigned major, use it

Signed-off-by: Jeremy Katz <katzj@redhat.com>
20 years agoRevert unintended enabling of grant tables for netback/netfront
smh22@firebug.cl.cam.ac.uk [Tue, 2 Aug 2005 09:26:30 +0000 (09:26 +0000)]
Revert unintended enabling of grant tables for netback/netfront

20 years agoMerge with latest xen-unstable
djm@kirby.fc.hp.com [Mon, 1 Aug 2005 19:19:36 +0000 (12:19 -0700)]
Merge with latest xen-unstable

20 years agoFix the build on gcc-3.4.x (ia64 files)
djm@kirby.fc.hp.com [Mon, 1 Aug 2005 19:11:00 +0000 (12:11 -0700)]
Fix the build on gcc-3.4.x (ia64 files)
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
20 years agoWorkaround new call to do_softirq in scrub_heap_pages in common code
djm@kirby.fc.hp.com [Mon, 1 Aug 2005 18:00:10 +0000 (11:00 -0700)]
Workaround new call to do_softirq in scrub_heap_pages in common code

20 years agocorrect wrong variables pass to the set_pte_at macro.
vh249@arcadians.cl.cam.ac.uk [Mon, 1 Aug 2005 16:00:17 +0000 (16:00 +0000)]
correct wrong variables pass to the set_pte_at macro.

Signed-off-by: Vincent Hanquez <vincent@xensource.com>
20 years agoManual merge.
smh22@firebug.cl.cam.ac.uk [Mon, 1 Aug 2005 10:48:24 +0000 (10:48 +0000)]
Manual merge.

20 years agoMinor clean ups of time.c and partial build fixes for 2.4
smh22@firebug.cl.cam.ac.uk [Mon, 1 Aug 2005 10:45:07 +0000 (10:45 +0000)]
Minor clean ups of time.c and partial build fixes for 2.4

20 years agoPDB: convert ptrace.c and traps.c changes to local patches
ach61@arcadians.cl.cam.ac.uk [Mon, 1 Aug 2005 10:43:16 +0000 (10:43 +0000)]
PDB: convert ptrace.c and traps.c changes to local patches

20 years agoThis patch adds two macros for construction of the
kaf24@firebug.cl.cam.ac.uk [Mon, 1 Aug 2005 09:26:51 +0000 (09:26 +0000)]
This patch adds two macros for construction of the
frame_and_sectors field in blkif messages, to eliminate the
"magic shifts" in the blkif code.

It also increases the number of bits representing the sector
number within a page, from 3 to 5, to allow page sizes up to
16K (needed for IA64).

Tested to still work on x86.

Signed-off-by: Matthew Chapman <matthewc@hp.com>
20 years agoWhile merging my development tree with the latest hg tree I noticed that
kaf24@firebug.cl.cam.ac.uk [Mon, 1 Aug 2005 09:16:25 +0000 (09:16 +0000)]
While merging my development tree with the latest hg tree I noticed that
VMX support was broken. When you boot an unmodified Linux kernel it gets
stuck in the "Calibrating delay" loop.  The reason for this is that the
vmx code is repeatedly delivering timer interrupts.

Correcting the MILLISECS() and friends macros to return s_time_t instead
of ULL fixes this problem. The other changes are just to get rid of
redundant code and variables.

Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
20 years agoPDB: roll out changes to ptrace.c and traps.c
ach61@arcadians.cl.cam.ac.uk [Sun, 31 Jul 2005 21:45:52 +0000 (21:45 +0000)]
PDB: roll out changes to ptrace.c and traps.c

20 years agoAccomodate change to common alloc_domheap_page
djm@kirby.fc.hp.com [Fri, 29 Jul 2005 20:33:04 +0000 (13:33 -0700)]
Accomodate change to common alloc_domheap_page

20 years agoMerge in minor ia64 Makefile change from xen-unstable
djm@kirby.fc.hp.com [Fri, 29 Jul 2005 20:25:03 +0000 (13:25 -0700)]
Merge in minor ia64 Makefile change from xen-unstable

20 years agoUpdates to conform to latest xen-unstable
djm@kirby.fc.hp.com [Fri, 29 Jul 2005 18:52:33 +0000 (11:52 -0700)]
Updates to conform to latest xen-unstable
Fix ns16550 to again handle rx2600 console defaults
Signed-off-by Kevin Tian <Kevin.tian@intel.com>

20 years agodom_mem_ops address_bitsd fix.
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 11:21:39 +0000 (11:21 +0000)]
dom_mem_ops address_bitsd fix.

20 years agox86_32 build fix.
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:40:39 +0000 (10:40 +0000)]
x86_32 build fix.

20 years agoThis patch renames balloon command to "set-mem", so instead of "xm
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:37:30 +0000 (10:37 +0000)]
This patch renames balloon command to "set-mem", so instead of "xm
balloon", we will use "xm set-mem" (as suggested by TODO list)

Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
20 years agoThis patch does 2 jobs:
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:36:53 +0000 (10:36 +0000)]
This patch does 2 jobs:

- Enforce the number of CPUs dom0 will take. See the new variable
"dom0-cpus" in xend-config.sxp (you will want to set this variable to
1 on SMP systems)

- Balloon out dom0 memory when creating domU, if there is not enough
free memory. The lowest level we will balloon out is configured via
the new variable "dom0-min-mem" in xend-config.sxp

I still have a doubt: where to put the code to enforce dom0-cpus. At
the moment I put it into
python/xen/xend/server/SrvDaemon.py, and hopefully that is resonable
enough. Any comment?

Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
20 years agoPatch for 64-bit VMX guest destroy
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:36:11 +0000 (10:36 +0000)]
Patch for 64-bit VMX guest destroy

64-bit VMX guest can't be destroyed without this patch, as guest page's
reference count problem.
This patch made two point of reference count correct:
1. In invlpg, the old page count need put.
2. There is a specail case for fl1's shadow reference count.=20
=20

Signed-off-by: Chengyuan Li <chengyuan.li@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
20 years agoHere is our latest patch to enable the Xen tools to
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:34:45 +0000 (10:34 +0000)]
Here is our latest patch to enable the Xen tools to
build and work with IA64 Xen.
Signed-off-by: Matt Chapman <matthewc@hp.com>
Acked-by: Dan Magenheimer <dan.magenheimer@hp.com>
20 years agoAttached patch adds a DMA zone to xen, also modifies xen_contig_memory()
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:31:22 +0000 (10:31 +0000)]
Attached patch adds a DMA zone to xen, also modifies xen_contig_memory()
to ask for DMA pages.
Signed-off-by: srparish@us.ibm.com
20 years agoThis patch updates the CPU field in xm list for multi-vcpu domains.
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:27:12 +0000 (10:27 +0000)]
This patch updates the CPU field in xm list for multi-vcpu domains.
When a dom runs on multiple physical cpus, the CPU field doesn't have
much meaning.  The suggested fix was to replace the value with '-'.
Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
20 years ago... for dom0 if we know we'll need it. This is the xen
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:24:41 +0000 (10:24 +0000)]
... for dom0 if we know we'll need it.  This is the xen
counterpart to the previous xenlinux patch which adds this
info to the kernel.  Also adds some printk's.

20 years ago... so it builds again and also add a note to the xen elf header
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:24:06 +0000 (10:24 +0000)]
... so it builds again and also add a note to the xen elf header
that this kernel should be booted in shadow-translated mode.

20 years agoReally just basic preparation: switch over PAE builds to the new
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:23:07 +0000 (10:23 +0000)]
Really just basic preparation: switch over PAE builds to the new
shadow code, drop old dummy functions, add (fewer) new ones.

20 years agofix x86_64 domain0 /dev/mem issue
kaf24@firebug.cl.cam.ac.uk [Fri, 29 Jul 2005 10:22:03 +0000 (10:22 +0000)]
fix x86_64 domain0 /dev/mem issue
x86_64 miss the define of ARCH_HAS_DEV_MEM, that causes
/drivers/char/mem.c to not show low 1M memory correctly.

Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
20 years agoPDB: add some additional files
ach61@arcadians.cl.cam.ac.uk [Thu, 28 Jul 2005 21:32:13 +0000 (21:32 +0000)]
PDB: add some additional files

20 years agoPDB: process targets
ach61@arcadians.cl.cam.ac.uk [Thu, 28 Jul 2005 21:28:23 +0000 (21:28 +0000)]
PDB: process targets

20 years agoMake ns16550 rework on tiger4 box
fred@localhost.localdomain [Thu, 28 Jul 2005 15:33:34 +0000 (07:33 -0800)]
Make ns16550 rework on tiger4 box

Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoAdd kregs change
fred@localhost.localdomain [Thu, 28 Jul 2005 15:29:12 +0000 (07:29 -0800)]
Add kregs change

20 years agoThis patch adds necessary support for vcontext merge between
fred@localhost.localdomain [Thu, 28 Jul 2005 15:16:12 +0000 (07:16 -0800)]
This patch adds necessary support for vcontext merge between
para and vti side. Per Dan's good suggestion, all the changes
are refined into ia64 specific. Accompanied with xeno patches
and a bit libxc change, xen0 + xenU can still work again.

Signed-off-by Eddie Dong <eddie.dong@intel.com>
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Signed-off-by Fred Yang <fred.yang@intel.com>

20 years agomerge?
cl349@firebug.cl.cam.ac.uk [Thu, 28 Jul 2005 12:34:45 +0000 (12:34 +0000)]
merge?

20 years agoDon't unbind port when event channel binding fails.
cl349@firebug.cl.cam.ac.uk [Thu, 28 Jul 2005 12:33:53 +0000 (12:33 +0000)]
Don't unbind port when event channel binding fails.
This happens when xend tries to introduce the same domain twice.
Signed-off-by: Rusty Russel <rusty@rustcorp.com.au>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoSimplify code by acking watch as soon as we read it.
cl349@firebug.cl.cam.ac.uk [Thu, 28 Jul 2005 12:29:23 +0000 (12:29 +0000)]
Simplify code by acking watch as soon as we read it.
Since watches no longer block anyone, this doesn't change semantics.
Signed-off-by: Rusty Russel <rusty@rustcorp.com.au>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoSimplify code by making in and out pointers internal to xenbus_xs.c
cl349@firebug.cl.cam.ac.uk [Thu, 28 Jul 2005 12:25:13 +0000 (12:25 +0000)]
Simplify code by making in and out pointers internal to xenbus_xs.c
Signed-off-by: Rusty Russel <rusty@rustcorp.com.au>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoNicer platform timer string (include clock rate in mhz).
kaf24@firebug.cl.cam.ac.uk [Thu, 28 Jul 2005 10:20:08 +0000 (10:20 +0000)]
Nicer platform timer string (include clock rate in mhz).
Signed-off-by: Keir Fraser <keir@xensource.com>
20 years agoMore syntactic changes for preparation of vcpu_info merge
fred@localhost.localdomain [Thu, 28 Jul 2005 09:48:15 +0000 (01:48 -0800)]
More syntactic changes for preparation of vcpu_info merge

Signed-off-by Kevin Tian <Kevin.Tian@intel.com>

20 years agoFix irq.c warning, from aq.
kaf24@firebug.cl.cam.ac.uk [Thu, 28 Jul 2005 09:37:53 +0000 (09:37 +0000)]
Fix irq.c warning, from aq.

20 years agoAdd emulation to rsm.be, which is first encounted in guest fast syscall
fred@localhost.localdomain [Thu, 28 Jul 2005 09:26:30 +0000 (01:26 -0800)]
Add emulation to rsm.be, which is first encounted in guest fast syscall
path, where little endian is forced just after epc.

Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoFix gnttab bug in blkfront.
kaf24@firebug.cl.cam.ac.uk [Thu, 28 Jul 2005 09:10:05 +0000 (09:10 +0000)]
Fix gnttab bug in blkfront.
Signed-off-by: Keir Fraser <keir@xensource.com>
20 years agoFix the issue of complete rebuild for any change
fred@localhost.localdomain [Thu, 28 Jul 2005 08:57:06 +0000 (00:57 -0800)]
Fix the issue of complete rebuild for any change

Signed-off-by Kevin Tian <kevin.tian@intel.com>

20 years agoNop change. Just a test
fred@localhost.localdomain [Thu, 28 Jul 2005 07:08:20 +0000 (23:08 -0800)]
Nop change. Just a test

20 years agoSlightly better time debugging support in Xen.
kaf24@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 23:15:15 +0000 (23:15 +0000)]
Slightly better time debugging support in Xen.

20 years agoDisable NaT support, fast tick and improved PAL support until
djm@kirby.fc.hp.com [Wed, 27 Jul 2005 20:16:28 +0000 (13:16 -0700)]
Disable NaT support, fast tick and improved PAL support until
multi-domain stabilizes

20 years agoSyntactic changes to prepare for possible vcpu_info changes
djm@kirby.fc.hp.com [Wed, 27 Jul 2005 19:57:05 +0000 (12:57 -0700)]
Syntactic changes to prepare for possible vcpu_info changes

20 years agoAdd xen-shared-info offset generation
djm@kirby.fc.hp.com [Wed, 27 Jul 2005 19:07:07 +0000 (12:07 -0700)]
Add xen-shared-info offset generation
Signed-off-by: Eddie Dong <eddie.dong@intel.com>
Signed-off-by: Kevin Tien <kevin.tien@intel.com>
Signed-off-by: Fred Yang <fred.yang@intel.com>
20 years agoGet rid of internet_copy.jpg once more.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 18:41:49 +0000 (18:41 +0000)]
Get rid of internet_copy.jpg once more.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoDon't ignore exceptions here - the possible RuntimeError is handled already.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 18:40:32 +0000 (18:40 +0000)]
Don't ignore exceptions here - the possible RuntimeError is handled already.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoIntroduce dom0 to the store.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 18:31:18 +0000 (18:31 +0000)]
Introduce dom0 to the store.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoHandle introduce_domain failing when the domain is already introduced.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 18:31:03 +0000 (18:31 +0000)]
Handle introduce_domain failing when the domain is already introduced.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoAlways pass around the store machine frame number instead of the linear address.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 17:17:09 +0000 (17:17 +0000)]
Always pass around the store machine frame number instead of the linear address.
Also cleanup IOCTL_PRIVCMD_INITDOMAIN_STORE.
Signed-off-by: Rusty Russel <rusty@rustcorp.com.au>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoAdd xc_init_store python binding.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 17:06:02 +0000 (17:06 +0000)]
Add xc_init_store python binding.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoFix read of integers from database on event channel restore.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 17:04:47 +0000 (17:04 +0000)]
Fix read of integers from database on event channel restore.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoMake XENSTORED_DEBUG create a xenstored trace logfile.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 17:03:00 +0000 (17:03 +0000)]
Make XENSTORED_DEBUG create a xenstored trace logfile.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoMove SIF_BLK_BE_DOMAIN and SIF_NET_BE_DOMAIN definitions to where they are used.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 17:00:24 +0000 (17:00 +0000)]
Move SIF_BLK_BE_DOMAIN and SIF_NET_BE_DOMAIN definitions to where they are used.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agomerge?
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 16:57:37 +0000 (16:57 +0000)]
merge?

20 years agoDon't auto-add domains we don't know about.
cl349@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 16:57:01 +0000 (16:57 +0000)]
Don't auto-add domains we don't know about.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
20 years agoAdd IBM Cyclone support to Xen.
kaf24@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 16:18:02 +0000 (16:18 +0000)]
Add IBM Cyclone support to Xen.
Signed-off-by: Keir Fraser <keir@xensource.com>
20 years agoAdd HPET support to Xen. It is quicker to access and more
kaf24@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 15:32:44 +0000 (15:32 +0000)]
Add HPET support to Xen. It is quicker to access and more
precise than the PIT.
Signed-off-by: Keir Fraser <keir@xensource.com>
20 years agoOn opt_nosmp, also force num_cores to 1. Do this in setup.c
kaf24@firebug.cl.cam.ac.uk [Wed, 27 Jul 2005 11:20:47 +0000 (11:20 +0000)]
On opt_nosmp, also force num_cores to 1. Do this in setup.c
instead of cpu/common.c. This is where opt_nosmp is defined,
and it reduces diff of cpu/ subdir against native Linux.
Signed-off-by: Keir Fraser <keir@xensource.com>
20 years agoKill a bad assertion.
sos22@douglas.cl.cam.ac.uk [Wed, 27 Jul 2005 11:02:30 +0000 (11:02 +0000)]
Kill a bad assertion.

Signed-off-by: Steven Smith, sos22@cam.ac.uk
20 years agoMerge.
sos22@douglas.cl.cam.ac.uk [Wed, 27 Jul 2005 10:54:39 +0000 (10:54 +0000)]
Merge.

Signed-off-by: Steven Smith, sos22@cam.ac.uk
20 years agoMake sure that opt_nosmp also disables hyperthreading. This stops us
sos22@douglas.cl.cam.ac.uk [Wed, 27 Jul 2005 10:52:29 +0000 (10:52 +0000)]
Make sure that opt_nosmp also disables hyperthreading.  This stops us
from trying to create domains on non-existent threads, which would
lead to a rather nasty crash.

Signed-off-by: Steven Smith, sos22@cam.ac.uk